home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00080.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  167 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   if (the key = "E") and the commandDown then
  7.     puppetSprite(5, 0)
  8.     puppetSprite(7, 0)
  9.     go("ExCont")
  10.   end if
  11. end
  12.